home *** CD-ROM | disk | FTP | other *** search
- -- card: 13728 from stack: in
- -- bmap block id: 14320
- -- flags: 0000
- -- background id: 13335
- -- name: Vaccine Dialog
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 2004
- -- rect: left=115 top=237 right=277 bottom=400
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Description
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=84 top=158 right=178 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Granted
- ----- HyperTalk script -----
- on mouseUp
- hide card field Denied
- show card field Granted
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=374 top=154 right=182 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Denied
- ----- HyperTalk script -----
- on mouseUp
- hide card field Granted
- show card field Denied
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=113 top=288 right=329 bottom=399
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Granted
- ----- HyperTalk script -----
- on mouseDown
- hide card field Granted
- end mouseDown
-
-
-
- -- part 6 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=113 top=288 right=329 bottom=399
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Denied
- ----- HyperTalk script -----
- on mouseDown
- hide card field Denied
- end mouseDown
-
-
-
- -- part contents for card part 2
- ----- text -----
- This dialog shows what Vaccine would display if the nVIR virus was trying to infect your System.
-
- -- part contents for card part 5
- ----- text -----
- By hitting the Granted button you would let the nVIR virus infect your System!
-
- -- part contents for card part 6
- ----- text -----
- By hitting the Denied button you would keep the nVIR virus from infecting your System!